home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cuj1008.zip / RAMEY.ZIP / DEMO.BAT < prev    next >
DOS Batch File  |  1991-10-14  |  330b  |  12 lines

  1. echo Create a file of 10000 records of 15 bytes each.
  2. make t10kf
  3. echo Time sort execution 10000 records (150k)
  4. call timer psort t10kf -k 'a'-'z'
  5. del t10kf
  6. echo
  7. echo Create a file of 100000 variable length records.
  8. make t100k
  9. echo Time sort execution 100000 records(1.5M)
  10. call timer psort t100k -k 'a'-'z' -t
  11. del t100kf
  12.